.org-chart-content{width:100%;text-align:left;color:#333}.org-chart-content>figure,.org-chart-content>p:has(img),.org-chart-content>div:has(img){display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:20px}.org-chart-content>figure img,.org-chart-content>p:has(img) img,.org-chart-content>div:has(img) img{margin:0 auto;max-width:100%;height:auto;display:block;object-fit:contain}.org-chart-content>figure figcaption,.org-chart-content>p:has(img) span,.org-chart-content>div:has(img)>*:not(img){margin-top:15px;color:#555;text-align:center}.org-chart-content.multi-item{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;justify-content:flex-start;align-items:flex-start;gap:20px;padding-bottom:20px;scrollbar-width:none}.org-chart-content.multi-item::-webkit-scrollbar{display:none}.org-chart-content.multi-item>*{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px);scroll-snap-align:start;margin-bottom:0}.org-chart-content.single-item{display:flex;justify-content:center}.org-chart-content.single-item>*{width:100%;max-width:100%;text-align:center}.org-chart-content.single-item img{width:100%;max-width:100%;margin:0 auto}@media(max-width:768px){.org-chart-content.multi-item>*{flex:0 0 calc(45% - 10px);max-width:calc(45% - 10px)}.org-chart-content.single-item img{width:100%}}@media(max-width:992px){.org-chart-page .container{padding-left:20px;padding-right:20px;overflow-x:hidden;box-sizing:border-box}}.org-chart-content ul{list-style-type:disc;padding-left:40px}.org-chart-content ol{list-style-type:decimal;padding-left:40px}.org-chart-content li{margin-bottom:8px;display:list-item}.org-chart-content.multi-item.chunked-carousel>.org-chunk-card{flex:0 0 100%;max-width:100%}@media(min-width:993px){.org-chart-content.multi-item.chunked-carousel>.org-chunk-card{flex:0 0 100%;max-width:100%}}.org-chart-content.mixed-layout,.org-chunk-card.mixed-layout{display:flex;flex-direction:row;align-items:flex-start;gap:0;width:100%}.org-text-col{flex:1 1 45%;max-width:45%;padding-right:20px}.org-text-col p{margin-bottom:15px;color:#444}.org-text-col strong,.org-text-col b{color:#1a8f3d}.org-text-col h2,.org-text-col h3,.org-text-col h4{color:#1a8f3d;display:block;margin-top:20px;margin-bottom:10px}.org-text-col>*:first-child{margin-top:0}.org-img-col{flex:1 1 55%;max-width:55%;display:flex;flex-direction:column;gap:30px;align-items:center}.org-img-col>*{flex:0 0 auto;width:85%;max-width:85%;margin:0;display:flex;flex-direction:column;align-items:center;text-align:center}.org-img-col>*:only-child{width:100%;max-width:100%}.org-img-col img{max-width:100%;height:auto;object-fit:cover;border-radius:0;box-shadow:0 4px 10px rgba(0,0,0,.08)}.org-img-col figcaption,.org-img-col span{margin-top:10px;color:#555}@media(max-width:768px){.org-chart-content.mixed-layout,.org-chunk-card.mixed-layout{flex-direction:column;gap:0;width:100%;box-sizing:border-box}.org-text-col,.org-img-col{flex:0 0 100%;width:100%;max-width:100%;padding-right:0}.org-img-col>*{width:100%;max-width:100%}.org-chart-content.multi-item.chunked-carousel>.org-chunk-card{flex:0 0 calc(100% - 20px);max-width:calc(100% - 20px);margin-right:15px}}.org-chart-content.gallery-carousel{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;gap:20px;padding-bottom:20px;scrollbar-width:none;scroll-behavior:smooth}.org-chart-content.gallery-carousel::-webkit-scrollbar{display:none}.org-chart-content.gallery-carousel .gallery-item{flex:0 0 calc(33.333% - 13.33px);max-width:calc(33.333% - 13.33px);scroll-snap-align:start;display:flex;justify-content:center;align-items:center;cursor:pointer}.org-chart-content.gallery-carousel .gallery-item img{max-width:100%;height:auto;object-fit:contain}@media(max-width:992px){.org-chart-content.gallery-carousel .gallery-item{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(max-width:767px){.org-chart-content.gallery-carousel .gallery-item{flex:0 0 100%;max-width:100%}}.org-image-popup{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.85);z-index:9999;display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.org-image-popup.active{opacity:1;visibility:visible}.org-image-popup img{max-width:90%;max-height:90%;object-fit:contain;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.5)}.org-image-popup-close{position:absolute;top:20px;right:30px;color:#fff;font-size:40px;font-weight:bold;line-height:1;cursor:pointer;transition:color .2s ease;z-index:10000}.org-image-popup-close:hover{color:#1f8a3e}